home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / toollib / linklib / createex.asm < prev    next >
Assembly Source File  |  1995-12-30  |  165b  |  13 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _CreateExtIO
  5. _CreateExtIO:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     move.l    8(sp),a0
  9.     move.l    12(sp),d0
  10.     jsr    -42(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.